Skip to content
Snippets Groups Projects
  • René Kijewski's avatar
    4a9864eb
    make / cortex m: replace hyphen in module name · 4a9864eb
    René Kijewski authored
    When you compile for UDOO, you are greeted by a multitude of this
    warnings:
    ```
    <command-line>:0:14: warning: ISO C99 requires whitespace after the macro name [enabled by default]
    ```
    
    The reason for that is the argument `-DMODULE_CORTEX-M3_COMMON`.
    
    This PR fixes this problem by replacing hyphens with underscores for the
    `-D…` argument.
    4a9864eb
    History
    make / cortex m: replace hyphen in module name
    René Kijewski authored
    When you compile for UDOO, you are greeted by a multitude of this
    warnings:
    ```
    <command-line>:0:14: warning: ISO C99 requires whitespace after the macro name [enabled by default]
    ```
    
    The reason for that is the argument `-DMODULE_CORTEX-M3_COMMON`.
    
    This PR fixes this problem by replacing hyphens with underscores for the
    `-D…` argument.