| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
There was a problem hiding this comment.
Is there a risk with the libraries currently available? Should we test them?
Sorry, something went wrong.
|
I've tested some of them without any issue. |
Sorry, something went wrong.
|
I will remove the variant.h if included in the current libraries on development and only use Arduino.h. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR aims at cleaning header file include.
Before some issue/warning was raised depending of which header was included or the order.
Ex: define in the variant.h was defined or not depending of include use.
With this PR, it is now ok.