Skip to content
Snippets Groups Projects
Commit fb6f62ea authored by cnlohr's avatar cnlohr
Browse files

Make assembly guard guard more of the header.

parent 54fa43ed
No related branches found
No related tags found
No related merge requests found
......@@ -610,7 +610,6 @@ typedef struct
uint16_t RESERVED1;
__IO uint32_t CTLR;
} CRC_TypeDef;
#endif
 
#if defined(CH32V10x) || defined(CH32V30x)
/* Digital to Analog Converter */
......@@ -1604,9 +1603,12 @@ typedef struct
__IO uint8_t LSI32K_CAL_OV_CNT;
__IO uint8_t LSI32K_CAL_CTRL;
} OSC_TypeDef;
#endif
 
#endif // #if defined(CH32V20x) || defined(CH32V30x)
#endif // #if defined(CH32V20x) || defined(CH32V30x)
#endif
 
/* Peripheral memory map */
#ifdef __ASSEMBLER__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment