Indentation of a SW SPI file
This commit is contained in:
parent
1a827d5b68
commit
2c4e03d2cf
@ -76,6 +76,7 @@
|
|||||||
#define nop() __asm__ __volatile__("nop;\n\t":::)
|
#define nop() __asm__ __volatile__("nop;\n\t":::)
|
||||||
|
|
||||||
void __delay_4cycles(uint32_t cy) __attribute__ ((weak));
|
void __delay_4cycles(uint32_t cy) __attribute__ ((weak));
|
||||||
|
|
||||||
FORCE_INLINE void __delay_4cycles(uint32_t cy) { // +1 cycle
|
FORCE_INLINE void __delay_4cycles(uint32_t cy) { // +1 cycle
|
||||||
#if ARCH_PIPELINE_RELOAD_CYCLES<2
|
#if ARCH_PIPELINE_RELOAD_CYCLES<2
|
||||||
#define EXTRA_NOP_CYCLES "nop"
|
#define EXTRA_NOP_CYCLES "nop"
|
||||||
|
Loading…
Reference in New Issue
Block a user