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.
Dependents: Waldo_Embed_V2 MQTT MQTTSN MQTT ... more
Diff: FP.cpp
- Revision:
- 2:bc7c28fe64b6
- Parent:
- 1:e9a4765b560f
- Child:
- 3:e0f19cdaa46e
diff -r e9a4765b560f -r bc7c28fe64b6 FP.cpp --- a/FP.cpp Tue May 14 23:16:09 2013 +0000 +++ b/FP.cpp Sat Mar 08 00:35:16 2014 +0000 @@ -71,6 +71,7 @@ template class FP<void,float*>; template class FP<void,double>; template class FP<void,double*>; +template class FP<void,void*>; template class FP<int8_t,char>; template class FP<int8_t,char*>;