Skip to content

Commit da9a110

Browse files
committed
Refactor serial port operator namespaces
1 parent b636bdb commit da9a110

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Bonsai.Arduino/ArduinoConfiguration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using System.ComponentModel;
2-
using Bonsai.IO;
2+
using Bonsai.IO.Ports;
33

44
namespace Bonsai.Arduino
55
{

Bonsai.Arduino/CreateArduino.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
using Bonsai.IO;
2-
using System;
1+
using System;
32
using System.ComponentModel;
43
using System.Linq;
54
using System.Reactive.Linq;
5+
using Bonsai.IO.Ports;
66

77
namespace Bonsai.Arduino
88
{

0 commit comments

Comments
 (0)