Compare commits
2 Commits
74b337804b
...
example
| Author | SHA1 | Date | |
|---|---|---|---|
| edd1c53401 | |||
| cec0ec6299 |
2
adc/adc
2
adc/adc
Submodule adc/adc updated: bcae00c0f3...5e9dac872a
@@ -57,6 +57,21 @@
|
|||||||
</dependencies>
|
</dependencies>
|
||||||
</framework-data>
|
</framework-data>
|
||||||
</AsfFrameworkConfig>
|
</AsfFrameworkConfig>
|
||||||
|
<AAFDebugger>
|
||||||
|
<AAFDebugFiles xmlns="">
|
||||||
|
<DebugFile>
|
||||||
|
<path>\Debug\adc.lss</path>
|
||||||
|
<AAFSetting>
|
||||||
|
<Label>Lss Files</Label>
|
||||||
|
<Extention>.lss</Extention>
|
||||||
|
<Regex>^\s*(?<address>[a-f0-9]*):\s*.*$</Regex>
|
||||||
|
<DebugEnabled>true</DebugEnabled>
|
||||||
|
<RegexGroups>address</RegexGroups>
|
||||||
|
<DebuggerExpression>$pc</DebuggerExpression>
|
||||||
|
</AAFSetting>
|
||||||
|
</DebugFile>
|
||||||
|
</AAFDebugFiles>
|
||||||
|
</AAFDebugger>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||||
<ToolchainSettings>
|
<ToolchainSettings>
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
#define ADC_INT_VECTOR
|
#define ADC_INT_VECTOR
|
||||||
#include "adc/adc.hpp"
|
#include "adc/adc.hpp"
|
||||||
|
|
||||||
static void adcReadCallback(uint16_t adcSample)
|
static void adcReadCallback(const uint16_t &adcSample)
|
||||||
{
|
{
|
||||||
static_cast<void>(adcSample);
|
static_cast<void>(adcSample);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user