Skip to content

Commit

Permalink
Move the STM32 low power drivers from core to library
Browse files Browse the repository at this point in the history
To avoid further dependency issue with the core.

Signed-off-by: Frederic Pillon <[email protected]>
  • Loading branch information
fpistm committed Jul 7, 2020
1 parent 73633eb commit cfc2de7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 436 deletions.
1 change: 0 additions & 1 deletion cores/arduino/board.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include "digital_io.h"
#include "dwt.h"
#include "hw_config.h"
#include "low_power.h"
#include "stm32_eeprom.h"
#include "timer.h"
#include "uart.h"
Expand Down
72 changes: 0 additions & 72 deletions cores/arduino/stm32/low_power.h

This file was deleted.

Loading

0 comments on commit cfc2de7

Please sign in to comment.