Skip to content

Commit 663ac0c

Browse files
committed
Updated project to work with latest klib
1 parent c67ee51 commit 663ac0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int main() {
8383
// init the dma engine
8484
using dma_periph = target::io::periph::dma0;
8585
using dma = target::io::dma<dma_periph>;
86-
dma::init<std::endian::big>();
86+
dma::init<std::endian::little>();
8787

8888
// create the dma channels
8989
using dma_tx = target::io::dma_channel<dma_periph, 0, klib::io::dma::memory, ssp>;

version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#pragma once
22

33
// Current version
4-
constexpr static char version[] = "0.3";
4+
constexpr static char version[] = "0.4";

0 commit comments

Comments
 (0)