Skip to content

Conversation

cipriancraciun
Copy link

Following the same pattern as in the case of serialEvent, I've done the following:

  • provide an empty implementation of the setup and loop functions;
  • mark all three functions (setup, loop and main) as __attribute__ ((weak))
    so that the user is able to override them with customized versions;

See issue #1138

(This is another variant of the pull request #1139)

…eak))`

Following the same pattern as in the case of `serialEvent`, I've done the following:
 * provide an empty implementation of the `setup` and `loop` functions;
 * mark all three functions (`setup`, `loop` and `main`) as `__attribute__ ((weak))`
  so that the user is able to override them with customized versions;

See issue #1138
@cmaglie
Copy link
Member

cmaglie commented Feb 6, 2013

Closed.
Look #1139 for details.

@cmaglie cmaglie closed this Feb 6, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Core Related to the code for the standard Arduino API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants