Skip to content

Commit

Permalink
Remove unnecessarily exported functions from sd.asm
Browse files Browse the repository at this point in the history
Whilst testing, I had been exporting some of the functions that are
part of the internal interface, remove those exports now.
  • Loading branch information
leighbb authored and stevesims committed Oct 27, 2023
1 parent d9dab5c commit b9555dc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/sd.asm
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,6 @@ SD_CMD_LEN .equ 6
XDEF _SD_init
XDEF _SD_readBlocks
XDEF _SD_writeBlocks
XDEF _SD_powerUpSeq
XDEF _SD_goIdleState
XDEF _SD_sendIfCond
XDEF _SD_readOCR
XDEF _SD_sendApp
XDEF _SD_sendOpCond
XDEF _SD_readRes1
XDEF _SD_CS_enable
XDEF _SD_CS_disable
XDEF _SD_CS_disable_raw

XREF _spi_transfer
XREF _spi_read_one
Expand Down

0 comments on commit b9555dc

Please sign in to comment.