Added some more functions
This commit is contained in:
parent
84f71b71ed
commit
1a4e44431a
|
@ -3,3 +3,16 @@ void __disable_irq() {
|
||||||
|
|
||||||
void __enable_irq() {
|
void __enable_irq() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
void notimplemented() {
|
||||||
|
}
|
||||||
|
|
||||||
|
void timer32Callback0() {
|
||||||
|
}
|
||||||
|
|
||||||
|
void getrelease() {
|
||||||
|
}
|
||||||
|
|
||||||
|
void format_formatDF() {
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue