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

nuttx: Remove unnecessary include in ADC module #1867

Merged

Commits on Apr 25, 2019

  1. nuttx: Remove unnecessary include in ADC module

    Currently that platform header defines only one function:
    "iotjs_stm32f4dis_pin_initialize".
    
    It's platform specific and called elsewhere:
    ./src/modules/iotjs_module_stm32f4dis.c
    
    So it's safe to remove this probable leftover
    to support more boards (STMF7 ones to come).
    
    Change-Id: If22dbf1797fec20161203661b044845f55d2e378
    Relate-to: rzr/webthing-iotjs#3
    Forwarded: jerryscript-project#1867
    IoT.js-DCO-1.0-Signed-off-by: Philippe Coval p.coval@samsung.com
    rzr committed Apr 25, 2019
    Configuration menu
    Copy the full SHA
    b07b9f4 View commit details
    Browse the repository at this point in the history