#include <avr/io.h>
#include <avr/interrupt.h>
#include "otos_cfg.h"
#include "otos_def.h"
#include "types.h"
#include "hardware.h"
Go to the source code of this file.
Functions | |
void | otosInitHardware (void) |
Init hardware as needed for otOS. |
Definition in file hardware.c.