Skip to content

Commit

Permalink
Merge pull request nasa#38 from nasa/ic-20200304
Browse files Browse the repository at this point in the history
Integration Candidate 20200304
  • Loading branch information
astrogeco authored Mar 12, 2020
2 parents 612bdfc + adf222c commit 44d8fde
Show file tree
Hide file tree
Showing 7 changed files with 222 additions and 716 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
os: linux
dist: bionic
sudo: required
language:
- c
language: c
compiler:
- gcc
addons:
Expand All @@ -16,7 +15,7 @@ before_install:
- cppcheck --version
# for clang-format 10
- wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
- sudo add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic main'
- sudo add-apt-repository 'deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-10 main'
- sudo apt-get update
- sudo apt-get install clang-format-10
- clang-format-10 --version
Expand Down
4 changes: 2 additions & 2 deletions fsw/mission_inc/ci_lab_perfids.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
#ifndef _ci_lab_perfids_h_
#define _ci_lab_perfids_h_

#define CI_MAIN_TASK_PERF_ID 32
#define CI_SOCKET_RCV_PERF_ID 33
#define CI_LAB_MAIN_TASK_PERF_ID 32
#define CI_LAB_SOCKET_RCV_PERF_ID 33

#endif /* _ci_lab_perfids_h_ */

Expand Down
Loading

0 comments on commit 44d8fde

Please sign in to comment.