Skip to content

Commit

Permalink
ogma-core: Replace queueSize with QUEUE_SIZE in FPP file. Refs nasa#186.
Browse files Browse the repository at this point in the history
The variable queueSize is no longer defined by default in the component
generated by fprime. This makes components generated by Ogma not compile
with the latest version of fprime.

This commit replaces the variable Default.queueSize with
Default.QUEUE_SIZE, which is defined and meant as its replacement.
  • Loading branch information
ivanperez-keera committed Dec 4, 2024
1 parent 7544143 commit e7abb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ogma-core/templates/fprime/instance-copilot
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
instance copilotMonitor: Ref.Copilot base id 0x2700 \
queue size Default.queueSize
queue size Default.QUEUE_SIZE

0 comments on commit e7abb03

Please sign in to comment.