Skip to content

Commit

Permalink
Update platform name to oc-accel to resolve #6
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Hoozemans committed Aug 27, 2021
1 parent 4caa003 commit d032996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/fletcher_snap.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define debug_print(...) do { if (ENABLE_DEBUG_PRINT) fprintf(stderr, __VA_ARGS__); } while (0)

#define FLETCHER_PLATFORM_NAME "snap"
#define FLETCHER_PLATFORM_NAME "oc-accel"

#define FLETCHER_SNAP_ACTION_REG_OFFSET (1<<21)
#define FLETCHER_SNAP_DEVICE_ALIGNMENT 4096
Expand Down

0 comments on commit d032996

Please sign in to comment.