Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid type collision by renaming callback variable #2688

Merged
merged 1 commit into from Sep 16, 2016

Commits on Sep 13, 2016

  1. Avoid type collision by renaming callback variable

    Build jobs are failing due build error "arm_hal_timer.cpp:50:5:
    error: reference to 'callback' is ambiguous".
    
    Fix the build error by renaming callback to arm_hal_callback to
    avoid collision with callback defined in ./mbed-os/hal/api/Callback.h
    Arto Kinnunen committed Sep 13, 2016
    Copy the full SHA
    1b46d2b View commit details
    Browse the repository at this point in the history