提交 | 用户 | age | ||
8b51c7 | 1 | /** |
Q | 2 | ****************************************************************************** |
3 | * @file : globaldef.c | |
4 | * @brief : globaldef program body | |
5 | ****************************************************************************** | |
6 | */ | |
7 | #include "Globaldef.h" | |
8 | #include "stdint.h" | |
9 | ||
10 | volatile int PendSvCount=0; | |
11 | ||
12 | //const unsigned int DefaultUart1Baud = 230400; |