Skip to content

Commit

Permalink
Merge #280
Browse files Browse the repository at this point in the history
280: Add ocaccel r=mbrobbel a=joosthooz

This PR depends on abs-tudelft/fletcher-oc-accel#8 (more specifically, abs-tudelft/fletcher-oc-accel@d032996)

Co-authored-by: Joost Hoozemans <j.j.hoozemans@tudelft.nl>
  • Loading branch information
bors[bot] and Joost Hoozemans committed Aug 27, 2021
2 parents 60ef7f9 + 15d42b5 commit 3197897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/c/include/fletcher/fletcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* Echo should always be the last platform to test for, as the platforms are attempted in the order of this list.
*/
#define FLETCHER_AUTODETECT_PLATFORMS "snap", "aws", "echo"
#define FLETCHER_AUTODETECT_PLATFORMS "oc-accel", "snap", "aws", "echo"

#define FLETCHER_STATUS_OK 0
#define FLETCHER_STATUS_ERROR 1
Expand Down

0 comments on commit 3197897

Please sign in to comment.