GITLAB
dmohamed
/
USB_Gadget
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
4474f7fcb3d012d91d62087b66fd9270dcb2d597
Authored by
dmohamed
2017-07-02 20:16:05 +0200
1 parent
10eb712c
FIX - Mauvaise frequence de CPU
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gadget/makefile
Inline
Side-by-side
gadget/makefile
Wrap text
Show/Hide comments
View file @
4474f7f
...
...
@@ -14,7 +14,7 @@
14
14
MCU = atmega16u2
15
15
ARCH = AVR8
16
16
BOARD = UNO
17
-F_CPU =
8
000000
17
+F_CPU =
16
000000
18
18
F_USB = $(F_CPU)
19
19
OPTIMIZATION = s
20
20
TARGET = USB_gadget
...
...