ソースを参照

Update eeprom.c

close hole for race condition
main
Defragster 8年前
コミット
8a577902fd
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      teensy3/eeprom.c

+ 1
- 1
teensy3/eeprom.c ファイルの表示

@@ -203,8 +203,8 @@ void c_enable_irq( void ){
}
void c_disable_irq( void ){
if ( !__get_primask() ) { // Returns 0 if they are enabled, or non-zero if disabled
c_intrestore = 1;
__disable_irq( );
c_intrestore = 1;
}
}
static volatile uint8_t restore_hsrun = 0;

読み込み中…
キャンセル
保存