diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-07 10:18:26 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-12-07 10:18:26 +0000 |
commit | 44665d1b1a1211342ccab09212f4f728ab942ef5 (patch) | |
tree | 2713767b7de2d8b0847afe049c64d1edd531516e /os/hal | |
parent | 357a01573d4ddeb8f0a5867970eb5c5cb13b4c9a (diff) | |
download | ChibiOS-44665d1b1a1211342ccab09212f4f728ab942ef5.tar.gz ChibiOS-44665d1b1a1211342ccab09212f4f728ab942ef5.tar.bz2 ChibiOS-44665d1b1a1211342ccab09212f4f728ab942ef5.zip |
GHS-related changes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11131 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r-- | os/hal/ports/SPC5/SPC560Dxx/xpc560d.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/os/hal/ports/SPC5/SPC560Dxx/xpc560d.h b/os/hal/ports/SPC5/SPC560Dxx/xpc560d.h index 28455a71a..73b2c17ae 100644 --- a/os/hal/ports/SPC5/SPC560Dxx/xpc560d.h +++ b/os/hal/ports/SPC5/SPC560Dxx/xpc560d.h @@ -4937,9 +4937,6 @@ struct INTC_tag { union { /* INTC End Of Interrupt (Base+0x0018) */
vuint32_t R;
- struct {
- vuint32_t:32;
- } B;
} EOIR;
vuint8_t INTC_reserved3[4]; /* reserved 4 bytes (Base+0x001C-0x0019) */
|