projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update all demos, projects and bootloaders to indent all function parameters, one...
[pub/USBasp.git]
/
Demos
/
Device
/
Incomplete
/
Sideshow
/
Lib
/
SideshowApplications.c
diff --git
a/Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
b/Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
index
a6c529e
..
e8631be
100644
(file)
--- a/
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
+++ b/
Demos/Device/Incomplete/Sideshow/Lib/SideshowApplications.c
@@
-44,7
+44,7
@@
SideShow_Application_t* SideShow_GetFreeApplication(void)
return NULL;
}
-SideShow_Application_t* SideShow_GetApplicationFromGUID(GUID_t* GUID)
+SideShow_Application_t* SideShow_GetApplicationFromGUID(GUID_t*
const
GUID)
{
for (uint8_t App = 0; App < ARRAY_ELEMENTS(InstalledApplications); App++)
{