1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-19 04:52:12 +01:00

LP-76 remove comment about a Nano issue that was probably caused by bad Nano hardware

This commit is contained in:
Cliff Geerdes 2016-06-08 14:17:20 -04:00
parent 63452e45ec
commit f17f44982f

View File

@ -67,10 +67,8 @@
// Private constants // Private constants
#undef STACK_SIZE_BYTES #undef STACK_SIZE_BYTES
// Nano locks up it seems in UAVObjSav() with 1340 // Pull Request version tested on Nano. 120 bytes of stack left when configured with 1340
// why did it lock up? 1540 now works (after a long initial delay) with 360 bytes left
#define STACK_SIZE_BYTES 1340 #define STACK_SIZE_BYTES 1340
// #define TASK_PRIORITY PIOS_THREAD_PRIO_NORMAL
#define TASK_PRIORITY (tskIDLE_PRIORITY + 1) #define TASK_PRIORITY (tskIDLE_PRIORITY + 1)
#define AF_NUMX 13 #define AF_NUMX 13