projects
/
armstart-ibdap
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7775de0
)
Fix build
master
author
Jakob Haufe
<sur5r@sur5r.net>
Fri, 15 May 2020 08:45:44 +0000
(10:45 +0200)
committer
Jakob Haufe
<sur5r@sur5r.net>
Fri, 15 May 2020 08:45:44 +0000
(10:45 +0200)
src/system_LPC11Uxx.c
patch
|
blob
|
history
diff --git
a/src/system_LPC11Uxx.c
b/src/system_LPC11Uxx.c
index 7422b92a11526de238688a39937ad3d378301de9..127e8ee6eda392aaeeb4ee8984dc6c74bc117047 100644
(file)
--- a/
src/system_LPC11Uxx.c
+++ b/
src/system_LPC11Uxx.c
@@
-377,7
+377,7
@@
void SystemCoreClockUpdate (void) /* Get Core Clock Frequency */
\r
}
\r
\r
-__INLINE void SYSCTL_PowerDown(uint32_t powerdownmask)
\r
+__
STATIC_
INLINE void SYSCTL_PowerDown(uint32_t powerdownmask)
\r
{
\r
uint32_t pdrun;
\r
\r
@@
-386,7
+386,7
@@
__INLINE void SYSCTL_PowerDown(uint32_t powerdownmask)
LPC_SYSCON->PDRUNCFG = (pdrun | PDRUNCFGUSEMASK);
\r
}
\r
\r
-__INLINE void SYSCTL_PowerUp(uint32_t powerupmask)
\r
+__
STATIC_
INLINE void SYSCTL_PowerUp(uint32_t powerupmask)
\r
{
\r
uint32_t pdrun;
\r
\r