git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_16.1.x@8715 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
Giovanni Di Sirio 2016-01-07 21:30:51 +00:00
parent 989e81e77c
commit ff7d09e74c
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();