Skip to content
  • Brad King's avatar
    SDCC: Fix identification of current sdcc compiler · 5695558f
    Brad King authored
    The sdcc compiler no longer defines the `SDCC` preprocessor macro.
    Instead `__SDCC_VERSION_MAJOR` and similar component-wise macros are
    defined.  Use them instead if defined.
    
    Issue: #16746
    5695558f