restructuring test sw project
parent
3d08c69662
commit
60bf20d4c7
@ -1,11 +0,0 @@
|
|||||||
#include <atmel_start.h>
|
|
||||||
|
|
||||||
int main(void)
|
|
||||||
{
|
|
||||||
/* Initializes MCU, drivers and middleware */
|
|
||||||
atmel_start_init();
|
|
||||||
|
|
||||||
/* Replace with your application code */
|
|
||||||
while (1) {
|
|
||||||
}
|
|
||||||
}
|
|
@ -0,0 +1,6 @@
|
|||||||
|
/*
|
||||||
|
* project.h
|
||||||
|
*
|
||||||
|
* Created: 4/19/2020 6:56:39 PM
|
||||||
|
* Author: Penguin
|
||||||
|
*/
|
Reference in New Issue