5 lines
95 B
C
5 lines
95 B
C
#ifndef STK500BOOT_H
|
|
#define STK500BOOT_H
|
|
extern void sendchar(char c);
|
|
#endif // STK500BOOT_H
|