added CC2541 8051 example

This commit is contained in:
strawmanbobi
2019-07-25 18:12:39 +08:00
parent 6239044717
commit 0bb1ce5ac1
1105 changed files with 150777 additions and 3696 deletions

View File

@@ -0,0 +1,15 @@
// If the compiler have not this file
#ifndef __STDBOOL_H
#define __STDBOOL_H
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
#define bool char
#endif // __STDBOOL_H