Move c++ operators back to link-time resolutions, part of 'core'
This reverts commit e9b1df5cb5
.
This commit is contained in:
parent
c565e2b90d
commit
43ecec5470
4 changed files with 29 additions and 77 deletions
examples/cpp_01_tasks
|
@ -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");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue