Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: PreferenceWriter/PrefrenceWriter.cpp
- Revision:
- 85:2280526f9bad
- Parent:
- 84:dd32640942a4
- Child:
- 86:b059f637e9ac
--- a/PreferenceWriter/PrefrenceWriter.cpp Sun Mar 12 06:49:10 2017 +0000
+++ b/PreferenceWriter/PrefrenceWriter.cpp Sun Mar 12 08:46:04 2017 +0000
@@ -2,6 +2,9 @@
#include "FlashWriter.h"
#include "Preferences.h"
+float __float_reg[64];
+int __int_reg[64];
+
PreferenceWriter::PreferenceWriter(uint32_t sector) {
writer = new FlashWriter(sector);
__sector = sector;