git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8716 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
Giovanni Di Sirio 2016-01-07 21:30:52 +00:00
parent 78a39fd01b
commit 1206167e18
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
*
* @brief Binary semaphore type.
*/
typedef struct {
typedef struct {
semaphore_t bs_sem;
} binary_semaphore_t;

View File

@ -343,7 +343,7 @@ static inline void chSysEnable(void) {
*
* @special
*/
static inline void chSysLock(void) {
static inline void chSysLock(void) {
port_lock();
_stats_start_measure_crit_thd();