- added Bootloader
git-svn-id: http://moon:8086/svn/projects/HendiControl@49 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Bootloader.c
|
||||
*
|
||||
* Created: 03.03.2019 09:55:52
|
||||
* Author : Jens
|
||||
*/
|
||||
|
||||
#include <avr/io.h>
|
||||
|
||||
|
||||
int main(void)
|
||||
{
|
||||
/* Replace with your application code */
|
||||
while (1)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user