git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8716 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
78a39fd01b
commit
1206167e18
|
@ -72,7 +72,7 @@
|
|||
*
|
||||
* @brief Binary semaphore type.
|
||||
*/
|
||||
typedef struct {
|
||||
typedef struct {
|
||||
semaphore_t bs_sem;
|
||||
} binary_semaphore_t;
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue