Skip to content
This repository was archived by the owner on Mar 16, 2024. It is now read-only.
This repository was archived by the owner on Mar 16, 2024. It is now read-only.

[Bug] Building fails due to keymaps/CarmineCrown/keymap.c #43

Description

@justinsteven

keymaps/CarmineCrown/keymap.c uses removed annepro2LedSetMask() and annepro2LedClearMask() functions

running make annepro2/c18 gives the following:

Making annepro2/c18 with keymap CarmineCrown                                                           [ERRORS]
keyboards/annepro2/keymaps/CarmineCrown/keymap.c: In function 'led_update_user':
keyboards/annepro2/keymaps/CarmineCrown/keymap.c:143:5: error: implicit declaration of function 'annepro2LedSetMask'; did you mean 'annepro2LedBlink'? [-Werror=implicit-function-declaration]
     annepro2LedSetMask(CAPS_LOCATION);
     ^~~~~~~~~~~~~~~~~~
     annepro2LedBlink
keyboards/annepro2/keymaps/CarmineCrown/keymap.c:145:5: error: implicit declaration of function 'annepro2LedClearMask'; did you mean 'annepro2LedBlink'? [-Werror=implicit-function-declaration]
     annepro2LedClearMask(CAPS_LOCATION);
     ^~~~~~~~~~~~~~~~~~~~
     annepro2LedBlink
cc1: all warnings being treated as errors
 | 
 | 
 | 
make[1]: *** [tmk_core/rules.mk:412: .build/obj_annepro2_c18_CarmineCrown/keyboards/annepro2/keymaps/CarmineCrown/keymap.o] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions