1
0
Fork 0

Removes tinycbor submodule in favour of separate packaging

This commit is contained in:
Shawn Nock 2019-05-08 13:41:37 +00:00
parent cc1ab9323a
commit e1406829db
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "tinycbor"]
path = tinycbor
url = https://github.com/intel/tinycbor.git

View File

@ -103,7 +103,7 @@ static void cbor_require_type(CborValue *it, CborType type) {
static void do_version(void) {
int rc = write(serial_fd, IMAGE_LIST_CMD, sizeof(IMAGE_LIST_CMD) - 1);
if (rc < sizeof(IMAGE_LIST_CMD) - 1) {
fprintf(stderr, "Failed to send command: %s", strerror(errno));
fprintf(stderr, "Failed to send command: %s\n", strerror(errno));
return;
}
uint8_t tmp[BOOT_SERIAL_IN_MAX];

@ -1 +0,0 @@
Subproject commit 0362274505cb68c0f42678b8142589d533acb821