X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Fbenchmark%2Fkernel-core_avr%2Fhw%2Fhw_phase.c;fp=examples%2Fbenchmark%2Fkernel-core_avr%2Fhw%2Fhw_phase.c;h=54509ef306cdc7f02249ea69ea71da7e52ddea74;hb=a86a8b231ae610974f053b1d2bd9172582f60a25;hp=0000000000000000000000000000000000000000;hpb=1d10dbcdf05ceaf77f1f6a394e6ee63050d6c89a;p=bertos.git diff --git a/examples/benchmark/kernel-core_avr/hw/hw_phase.c b/examples/benchmark/kernel-core_avr/hw/hw_phase.c new file mode 100644 index 00000000..54509ef3 --- /dev/null +++ b/examples/benchmark/kernel-core_avr/hw/hw_phase.c @@ -0,0 +1,46 @@ +/** + * \file + * + * + * \brief Phase control hardware-specific definitions + * + * \version $Id$ + * \author Francesco Sacchi + */ + +#ifndef HW_PHASE_H +#define HW_PHASE_H + +#include "hw/hw_phase.h" + +#warning TODO:This is an example implementation, you must implement it! + +#endif /* HW_PHASE_H */