Change include of my_user_config.h

@arendst 

For some reason xtensa-lx106-elf-gcc v2.5.0-3-20ed2b9 does not find the file unless it is explicitly indicated to first look for it in the same folder the file is which is including it. I'm not sure if you did this intentionally or not - if so then leave as is and I'll do a sed command to update it prior to compiles.
This commit is contained in:
Andre Thomas 2019-06-08 21:51:19 +02:00 committed by GitHub
parent 53ecde7637
commit eb0799a607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <my_user_config.h>
#include "my_user_config.h"
#ifdef USE_MQTT_AWS_IOT
#include <bearssl/bearssl.h>
@ -149,4 +149,4 @@ const br_x509_certificate *AWS_IoT_Client_Certificate = &CHAIN[0];
}
#endif // USE_MQTT_AWS_IOT
#endif // USE_MQTT_AWS_IOT