This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
zhangbo
/
GD32F450_BMC_BaseCode
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
c1d7a0d706
Ramuri
Etichete
master
GD32F450_BMC_Ba...
/
app
/
bmc
/
AuthChip
/
CM_TRUE.c
CM_TRUE.c
103 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
// Function return TRUE
//
#include "CM_LIB.h"
uint8_t cm_TRUE(void)
{
return TRUE;
}