Bump submodule and add command for initializing with submodule in case you forgot to pull recursive
This commit is contained in:
parent
dc53dbb0ac
commit
761a493082
|
@ -11,3 +11,9 @@ SRCS += user/ws2812_i2s.c \
|
|||
|
||||
LDFLAGS_CORE += -Wl,-Map,output.map
|
||||
|
||||
|
||||
#Useful git commands
|
||||
|
||||
init_submodule :
|
||||
git submodule update --init --recursive
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f653516469b9460d4f50477d17d50ea3162c5a8
|
||||
Subproject commit 4cb95b1f3927128d2e977d3c1b33fea81203804d
|
Loading…
Reference in a new issue