Indentation of a SW SPI file

This commit is contained in:
Scott Lahteine 2017-12-25 09:34:33 -06:00
parent 1a827d5b68
commit 2c4e03d2cf

View file

@ -76,6 +76,7 @@
#define nop() __asm__ __volatile__("nop;\n\t":::)
void __delay_4cycles(uint32_t cy) __attribute__ ((weak));
FORCE_INLINE void __delay_4cycles(uint32_t cy) { // +1 cycle
#if ARCH_PIPELINE_RELOAD_CYCLES<2
#define EXTRA_NOP_CYCLES "nop"