Skip to content

Commit

Permalink
Merge pull request arduino#94 from bcmi-labs/storage-cleanup
Browse files Browse the repository at this point in the history
Storage: storage retarget cleanup
  • Loading branch information
facchinm authored Jun 16, 2023
2 parents 238d310 + c8089dd commit a6df6ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 809 deletions.
19 changes: 0 additions & 19 deletions libraries/Storage/storage_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@

#include "Arduino.h"



#ifdef __cplusplus
extern "C" {
#endif

//#define STORAGE_DEBUG
//#define STORAGE_ASSERT




/* -------------------------------------------------------------------------- */
/* STORAGE DEBUG */
/* -------------------------------------------------------------------------- */
Expand Down Expand Up @@ -197,18 +192,4 @@ struct pollfh {
*/
int poll(pollfh fhs[], unsigned nfhs, int timeout);

inline static void singleton_lock(void)
{

}


inline static void singleton_unlock(void)
{

}

#endif



Loading

0 comments on commit a6df6ba

Please sign in to comment.