- added Bootloader

git-svn-id: http://moon:8086/svn/projects/HendiControl@49 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-03-03 08:58:33 +00:00
parent 45c0ce7028
commit 665bfeaf24
5 changed files with 254 additions and 0 deletions
@@ -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)
{
}
}