Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib_i2c/src/i2c_master.xc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2011-2016, XMOS Ltd, All rights reserved
// Copyright (c) 2011-2018, XMOS Ltd, All rights reserved
#include <i2c.h>
#include <xs1.h>
#include <xclib.h>
Expand Down
2 changes: 1 addition & 1 deletion lib_i2c/src/i2c_master_single_port.xc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2013-2016, XMOS Ltd, All rights reserved
// Copyright (c) 2013-2018, XMOS Ltd, All rights reserved

#ifdef __XS2A__

Expand Down
2 changes: 1 addition & 1 deletion tests/i2c_master_async_test/src/main.xc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2015-2016, XMOS Ltd, All rights reserved
// Copyright (c) 2015-2018, XMOS Ltd, All rights reserved
#include <stdio.h>
#include <xs1.h>
#include "debug_print.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/i2c_master_reg_test/src/main.xc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2014-2016, XMOS Ltd, All rights reserved
// Copyright (c) 2014-2018, XMOS Ltd, All rights reserved
#include <stdio.h>
#include <xs1.h>
#include "debug_print.h"
Expand Down