Fixes in exit code

This commit is contained in:
Michal Moskal
2017-07-05 18:35:05 +01:00
parent 7ccdabb4d4
commit ddc53df7f8
4 changed files with 15 additions and 11 deletions

View File

@ -12,6 +12,7 @@ void sleep_core_us(uint64_t us);
class Button;
typedef Button *Button_;
extern "C" void target_init();
}
#endif