fix whitespace

newsource
Eggert Jung 3 years ago
parent e9dae2fdee
commit e2f55b4284

@ -1,33 +1,33 @@
import string import string
ddr="""#ifdef DDRA ddr="""#ifdef DDRA
DDRA|=0 DDRA|=0
#ifdef BitPA0 #ifdef BitPA0
|(1<<0) |(1<<0)
#endif #endif
#ifdef BitPA1 #ifdef BitPA1
|(1<<1) |(1<<1)
#endif #endif
#ifdef BitPA2 #ifdef BitPA2
|(1<<2) |(1<<2)
#endif #endif
#ifdef BitPA3 #ifdef BitPA3
|(1<<3) |(1<<3)
#endif #endif
#ifdef BitPA4 #ifdef BitPA4
|(1<<4) |(1<<4)
#endif #endif
#ifdef BitPA5 #ifdef BitPA5
|(1<<5) |(1<<5)
#endif #endif
#ifdef BitPA6 #ifdef BitPA6
|(1<<6) |(1<<6)
#endif #endif
#ifdef BitPA7 #ifdef BitPA7
|(1<<7) |(1<<7)
#endif #endif
|0; |0;
#endif #endif
""" """

Loading…
Cancel
Save