BaptisteHudyma / Lamp-Da

An embedded program to control an indexable color strip wrapped around a cylinder. Based on Seed nRF52840 Sense module
GNU General Public License v3.0
2 stars 1 forks source link

Replace relative includes by absolute ones #27

Closed deuxksix closed 1 week ago

deuxksix commented 2 weeks ago

This can be considered as a controversial change, but prefer

+ #include "src/user/simple/functions.h"

over

- #include "../user/simple/functions.h"

I've taken the occasion to add a guard in the project, to guide inexperienced users towards using Makefile

BaptisteHudyma commented 2 weeks ago

Just rebase it & retest it for a merge :) thanks

deuxksix commented 1 week ago

Rebased and builds fine