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.
SDErrors.cpp
00001 #include "SDErrors.h" 00002 00003 00004 bool SDErrors::get_error() { 00005 return error_; 00006 } 00007 00008 void SDErrors::set_error(bool error) { 00009 error_ = error; 00010 }
Generated on Fri Aug 5 2022 06:55:07 by
1.7.2