Fixed led and reboot linker challenges in C++ environments

This commit is contained in:
Lorenz Meier
2013-07-28 14:50:27 +02:00
parent 18635c5f5f
commit 4e5eb9740b
8 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ __EXPORT int reboot_main(int argc, char *argv[]);
int reboot_main(int argc, char *argv[])
{
up_systemreset();
systemreset();
}