Replaced LED with more generic class GPIO
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@233 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Logger.h"
|
||||
#include "led.h"
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Constant and macro definitions
|
||||
@@ -95,7 +94,6 @@ caddr_t _sbrk(int incr)
|
||||
// Stack overflow hook
|
||||
void vApplicationStackOverflowHook(xTaskHandle xTask, signed portCHAR* pcTaskName)
|
||||
{
|
||||
LED_turnOn(ledGreen);
|
||||
LOGGER_ERROR("STACK OVERFLOW IN TASK %s", pcTaskName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user