|
|
|
@ -1,3 +1,7 @@
@@ -1,3 +1,7 @@
|
|
|
|
|
/// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
|
|
|
|
|
|
|
|
|
#include <AP_HAL.h> |
|
|
|
|
#if (CONFIG_HAL_BOARD == HAL_BOARD_APM1 || CONFIG_HAL_BOARD == HAL_BOARD_APM2) |
|
|
|
|
|
|
|
|
|
#include <avr/io.h> |
|
|
|
|
#include <avr/interrupt.h> |
|
|
|
@ -216,3 +220,5 @@ void AVRScheduler::reboot() {
@@ -216,3 +220,5 @@ void AVRScheduler::reboot() {
|
|
|
|
|
|
|
|
|
|
for(;;); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#endif |
|
|
|
|