Skip to content

Commit

Permalink
Removed some includes I had for testing and forgot about
Browse files Browse the repository at this point in the history
  • Loading branch information
vedderb committed Oct 5, 2015
1 parent f2a9875 commit 10b22ae
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions eeprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -611,10 +611,6 @@ static uint16_t EE_PageTransfer(uint16_t VirtAddress, uint16_t Data)
return FlashStatus;
}

#include "hw.h"
#include "ch.h"
#include "hal.h"

/*
* Erase flash page if it is not already erased. This is to save write cycles and
* prevent the memory from getting erased in case of unstable voltage at boot.
Expand Down

0 comments on commit 10b22ae

Please sign in to comment.