auto-sync

This commit is contained in:
rusEfi 2016-02-06 11:02:01 -05:00
parent ceb3666633
commit 2828e1faca
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ int getRemainingStack(thread_t *otp) {
extern uint32_t CSTACK$$Base; /* symbol created by the IAR linker */
extern uint32_t IRQSTACK$$Base; /* symbol created by the IAR linker */
int getRemainingStack(thread_t *otp) {
int getRemainingStack(Thread *otp) {
#if CH_DBG_ENABLE_STACK_CHECK || defined(__DOXYGEN__)
int remainingStack;
if (dbg_isr_cnt > 0) {