diff options
author | Cristian Maglie <c.maglie@bug.st> | 2013-05-17 11:02:00 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@bug.st> | 2013-05-17 11:02:00 +0200 |
commit | ef4e8c65373f531ce6d37ff226a21fc9b358ff29 (patch) | |
tree | 532bf0cc782cd8342e055e763863c0ad5026d569 /boards.txt | |
parent | 44c5dae865da1f92bb183552c7e72185dd83f4f4 (diff) |
Robot has its own core
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -541,7 +541,7 @@ robotControl.build.mcu=atmega32u4 robotControl.build.f_cpu=16000000L robotControl.build.vid=0x2341 robotControl.build.pid=0x8038 -robotControl.build.core=arduino +robotControl.build.core=robot robotControl.build.variant=robot_control ############################################################## @@ -562,6 +562,6 @@ robotMotor.build.mcu=atmega32u4 robotMotor.build.f_cpu=16000000L robotMotor.build.vid=0x2341 robotMotor.build.pid=0x8039 -robotMotor.build.core=arduino +robotMotor.build.core=robot robotMotor.build.variant=robot_motor |