use i_class and add core
[shakti-iclass.git] / bin / gitmoduleupdate.sh
index d823df714a6e91224a5cd4533913d0b119437a28..9e8370cf446b00bb4a7f32027252e2cc733248c3 100755 (executable)
@@ -3,3 +3,4 @@ git submodule init
 git submodule update
 cd src/peripherals && git checkout master && git pull
 cd ../pinmux && git checkout master && git pull
+cd ../core && git checkout master && git pull