Skip to content

Commit

Permalink
some functions from scpi namespace removed
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jan 24, 2020
1 parent 9f41a4e commit 43ad471
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/eez/platform/stm32/spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,6 @@ static const int CHIP_DCM220 = 4;

void init(uint8_t slotIndex, int chip);

void selectA(uint8_t slotIndex);
void deselectA(uint8_t slotIndex);

void selectB(uint8_t slotIndex);
void deselectB(uint8_t slotIndex);

void select(uint8_t slotIndex, int chip);
void deselect(uint8_t slotIndex);

Expand Down

0 comments on commit 43ad471

Please sign in to comment.