Skip to content

Commit 595613e

Browse files
committed
0.35
1 parent 195b042 commit 595613e

17 files changed

+2900
-5
lines changed

lesson-34/lesson.uvoptx

-4
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@
117117
<pMon>BIN\lmidk-agdi.dll</pMon>
118118
</DebugOpt>
119119
<TargetDriverDllRegistry>
120-
<SetRegEntry>
121-
<Number>0</Number>
122-
<Key>DLGUARM</Key>
123-
</SetRegEntry>
124120
<SetRegEntry>
125121
<Number>0</Number>
126122
<Key>ARMRTXEVENTFLAGS</Key>

lesson-34/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
static char const this_module[] = "main"; /* this module name for Q_ASSERT() */
77

8-
/* The BlinkyButton AO ============================================================*/
8+
/* The BlinkyButton AO =======================================================*/
99
enum { INITIAL_BLINK_TIME = (OS_TICKS_PER_SEC / 4) };
1010

1111
typedef struct {

0 commit comments

Comments
 (0)