Commit 766db65
committed
Use pragma instead of aspect for Interrupt_Priority on Serial_Port
The definition of Serial_Port uses the aspect Interrupt_Priority taking
a value from the specified discriminants. However the discriminant is
not visible in this scope. Use a pragma in the definition of the type
instead where the discriminant is visible.
ref #4661 parent 58cf84e commit 766db65
File tree
1 file changed
+4
-2
lines changed1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
81 | | - | |
82 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments