diff options
author | Christian Pointner <equinox@mur.at> | 2013-06-30 17:46:17 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-06-30 17:46:17 +0000 |
commit | 6a7cc2a548bc2a4a2716735eaabbbf2186cea461 (patch) | |
tree | b17ae4c03458ea10380bf3f105c9d2a85a19d804 /software/ihu/ihu.asm | |
parent | whitespace cleanups (diff) |
yet another whitespace cleanup
git-svn-id: https://svn.spreadspace.org/mur.sat@800 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/ihu/ihu.asm')
-rw-r--r-- | software/ihu/ihu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/software/ihu/ihu.asm b/software/ihu/ihu.asm index c934137..f5bef62 100644 --- a/software/ihu/ihu.asm +++ b/software/ihu/ihu.asm @@ -71,8 +71,8 @@ #define I2C_SCL PORTD,0 #define I2C_SDA PORTD,1 I2C_PORT EQU PORTD -I2C_MASK EQU b'00000011' -I2C_SDA_MASK EQU b'00000010' +I2C_MASK EQU b'00000011' +I2C_SDA_MASK EQU b'00000010' #define CTR_SS PORTD,2 #define BAT_SS PORTD,3 #define MPU_EN PORTD,4 |