Move c++ operators back to link-time resolutions, part of 'core'

This reverts commit e9b1df5cb5.
This commit is contained in:
Angus Gratton 2015-08-26 11:07:06 +10:00
parent c565e2b90d
commit 43ecec5470
4 changed files with 29 additions and 77 deletions
examples/cpp_01_tasks

View file

@ -26,7 +26,6 @@
*
*/
#include "cpp_operators.hpp"
#include "task.hpp"
#include "queue.hpp"
@ -104,4 +103,4 @@ extern "C" void user_init(void)
task_1.task_create("tsk1");
task_2.task_create("tsk2");
}
}