summaryrefslogtreecommitdiffstats
path: root/watch-library/hpl/sercom/hpl_sercom.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/hpl/sercom/hpl_sercom.c')
-rw-r--r--watch-library/hpl/sercom/hpl_sercom.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/watch-library/hpl/sercom/hpl_sercom.c b/watch-library/hpl/sercom/hpl_sercom.c
index a241e97a..f01476dc 100644
--- a/watch-library/hpl/sercom/hpl_sercom.c
+++ b/watch-library/hpl/sercom/hpl_sercom.c
@@ -576,6 +576,8 @@ static uint8_t _get_sercom_index(const void *const hw)
*/
static void _sercom_init_irq_param(const void *const hw, void *dev)
{
+ (void)hw;
+ (void)dev;
}
/**
@@ -2515,6 +2517,7 @@ int32_t _spi_calc_baud_val(struct spi_dev *dev, const uint32_t clk, const uint32
{
int32_t rc;
ASSERT(dev);
+ (void)dev;
/* Not accept 0es */
if (clk == 0 || baud == 0) {