projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The Audio_Device_IsSampleReceived() and Audio_Device_IsReadyForNextSample() functions...
[pub/USBasp.git]
/
Projects
/
LEDNotifier
/
LEDNotifier.c
diff --git
a/Projects/LEDNotifier/LEDNotifier.c
b/Projects/LEDNotifier/LEDNotifier.c
index
61d5efc
..
5b53900
100644
(file)
--- a/
Projects/LEDNotifier/LEDNotifier.c
+++ b/
Projects/LEDNotifier/LEDNotifier.c
@@
-107,6
+107,8
@@
int main(void)
\r
/* Create a regular blocking character stream for the interface so that it can be used with the stdio.h functions */
\r
CDC_Device_CreateBlockingStream(&VirtualSerial_CDC_Interface, &USBSerialStream);
\r
+
\r
+ sei();
\r
\r
for (;;)
\r
{
\r